body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
/* Sidebar */
#sidebar {
    width: 200px;
    background-color: #2c3e50;

    padding-top: 10px;
    position: fixed;
    height: 100%;
}
#sidebar a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
    background-color: #34495e;
    border-radius: 5px;
}
#sidebar a:hover {
    background-color: #1abc9c;
}

/* Content area */
#content {
    margin-left: 220px;
    padding: 20px;
}
h3 {
    color: #34495e;
    text-align: center;
    font-size: 25px;
}
.container p{
    text-align: justify;
}
p{
    text-align: center;
}

h2{
    color: #34495e;
    text-align: center;
    font-size: 30px;
}
.container {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.contact-info {
    margin-top: 30px;
}
.contact-info a {
    color: #1a73e8;
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
}




